home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 49217 / 49217.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-11-12  |  977b  |  25 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.     <Description about="urn:mozilla:install-manifest">
  6.         <em:id>importToGoogleDocs@srikanthg.com</em:id>
  7.         <em:name>Import to Google Docs</em:name>
  8.         <em:version>1.0</em:version>
  9.         <em:type>2</em:type>
  10.         <em:creator>Srikanth G</em:creator>
  11.         <em:description>Imports various supported office Documents which occur in google search results to Google Docs</em:description>
  12.         <em:homepageURL>http://www.docs.google.com</em:homepageURL>
  13.         <em:iconURL>chrome://importToGoogleDocs/skin/install-logo.png</em:iconURL>
  14.         <em:optionsURL>chrome://importToGoogleDocs/content/options.xul</em:optionsURL>
  15.  
  16.         <em:targetApplication>
  17.             <Description>
  18.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  19.                 <em:minVersion>2.0</em:minVersion>
  20.                 <em:maxVersion>3.7a1pre</em:maxVersion>
  21.             </Description>
  22.         </em:targetApplication>
  23.     </Description>      
  24. </RDF>
  25.